Html Css Color HEX #CB7DD2 Orchid

📋 copy color: '#CB7DD2'

red 203 ◦ green 125 ◦ blue 210

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

Shades of Orchid #CB7DD2

Tints of Orchid #CB7DD2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.23%

 BLUE value IS 210 (82.42% from 255) = 39.03%

R = 37.73%
G = 23.23%
B = 39.03%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB7DD2 (or 0xCB7DD2) is known color: Orchid. HEX triplet: CB, 7D and D2. RGB value is (203,125,210). Sum of RGB (Red+Green+Blue) = 203+125+210=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB7DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DD2 is #34822D. Grayscale: #9D9D9D. Windows color (decimal): -3441198 or 13794763. OLE color: 13794763.

HSL color Cylindrical-coordinate representation of color #CB7DD2: hue angle of 295.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7DD2 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 125 210 -
CMYK 0.03 0.40 0 0.18
HSL 295.06º 0.49% 0.66% -
HSV(B) 295.06º 0.4% 0.82% -
XYZ 43.6 32.02 64.85 -
YUV 158.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 203 125 210 0.03 0.40 0 0.18 295.06 0.49 0.66
Hex CB 7D D2 3 28 0 12 127 31 42
Octal 313 175 322 3 50 0 22 447 61 102
Binary 11001011 1111101 11010010 11 101000 0 10010 100100111 110001 1000010

Color Harmonies of #CB7DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DD2

Black with #CB7DD2

Text Example


Text Example

White with #CB7DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DD2; }

 p { color: rgb(203,125,210); }

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

background-color css

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

 a { background-color: rgb(203,125,210); }

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

border-color css

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

 span { border-color: rgb(203,125,210); }

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