Html Css Color HEX #CB7DCE Orchid

📋 copy color: '#CB7DCE'

red 203 ◦ green 125 ◦ blue 206

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

Shades of Orchid #CB7DCE

Tints of Orchid #CB7DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 38.01%
G = 23.41%
B = 38.58%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB7DCE (or 0xCB7DCE) is known color: Orchid. HEX triplet: CB, 7D and CE. RGB value is (203,125,206). Sum of RGB (Red+Green+Blue) = 203+125+206=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DCE is #348231. Grayscale: #9D9D9D. Windows color (decimal): -3441202 or 13532619. OLE color: 13532619.

HSL color Cylindrical-coordinate representation of color #CB7DCE: hue angle of 297.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7DCE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 125 206 -
CMYK 0.01 0.39 0 0.19
HSL 297.78º 0.45% 0.65% -
HSV(B) 297.78º 0.39% 0.81% -
XYZ 43.1 31.82 62.26 -
YUV 157.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 203 125 206 0.01 0.39 0 0.19 297.78 0.45 0.65
Hex CB 7D CE 1 27 0 13 12A 2D 41
Octal 313 175 316 1 47 0 23 452 55 101
Binary 11001011 1111101 11001110 1 100111 0 10011 100101010 101101 1000001

Color Harmonies of #CB7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DCE

Black with #CB7DCE

Text Example


Text Example

White with #CB7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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