Html Css Color HEX #CB52D7 Medium Orchid

📋 copy color: '#CB52D7'

red 203 ◦ green 82 ◦ blue 215

#CB52D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CB52D7

Tints of Medium Orchid #CB52D7

RGB

 RED value IS 203 (79.69% from 255) = 40.6%

 GREEN value IS 82 (32.42% from 255) = 16.4%

 BLUE value IS 215 (84.38% from 255) = 43%

R = 40.6%
G = 16.4%
B = 43%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB52D7 (or 0xCB52D7) is known color: Medium Orchid. HEX triplet: CB, 52 and D7. RGB value is (203,82,215). Sum of RGB (Red+Green+Blue) = 203+82+215=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB52D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52D7 is #34AD28. Grayscale: #848484. Windows color (decimal): -3452201 or 14111435. OLE color: 14111435.

HSL color Cylindrical-coordinate representation of color #CB52D7: hue angle of 294.59º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB52D7 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 82 215 -
CMYK 0.06 0.62 0 0.16
HSL 294.59º 0.62% 0.58% -
HSV(B) 294.59º 0.62% 0.84% -
XYZ 39.91 23.64 66.75 -
YUV 133.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 203 82 215 0.06 0.62 0 0.16 294.59 0.62 0.58
Hex CB 52 D7 6 3E 0 10 127 3E 3A
Octal 313 122 327 6 76 0 20 447 76 72
Binary 11001011 1010010 11010111 110 111110 0 10000 100100111 111110 111010

Color Harmonies of #CB52D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52D7

Black with #CB52D7

Text Example


Text Example

White with #CB52D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52D7; }

 p { color: rgb(203,82,215); }

 H1.HeaderClassName
 {
   color: #CB52D7;
 }
 .AnyTagClassName
 {
   color: #CB52D7;
 }
</style>

background-color css

<style>
 a { background-color: #CB52D7; }

 a { background-color: rgb(203,82,215); }

 div.DivClassName
 {
   background-color: #CB52D7;
 }
 .BgClassName
 {
   background-color: #CB52D7;
 }
</style>

border-color css

<style>
 span { border-color: #CB52D7; }

 span { border-color: rgb(203,82,215); }

 td.TdClassName
 {
   border-color: #CB52D7;
 }
 .TagClassName
 {
   border-color: #CB52D7;
 }
</style>