Html Css Color HEX #CB7FCE Orchid

📋 copy color: '#CB7FCE'

red 203 ◦ green 127 ◦ blue 206

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

Shades of Orchid #CB7FCE

Tints of Orchid #CB7FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.69%

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

R = 37.87%
G = 23.69%
B = 38.43%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB7FCE (or 0xCB7FCE) is known color: Orchid. HEX triplet: CB, 7F and CE. RGB value is (203,127,206). Sum of RGB (Red+Green+Blue) = 203+127+206=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB7FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FCE is #348031. Grayscale: #9E9E9E. Windows color (decimal): -3440690 or 13533131. OLE color: 13533131.

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

Color convert

RGB 203 127 206 -
CMYK 0.01 0.38 0 0.19
HSL 297.72º 0.45% 0.65% -
HSV(B) 297.72º 0.38% 0.81% -
XYZ 43.36 32.33 62.35 -
YUV 158.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 203 127 206 0.01 0.38 0 0.19 297.72 0.45 0.65
Hex CB 7F CE 1 26 0 13 12A 2D 41
Octal 313 177 316 1 46 0 23 452 55 101
Binary 11001011 1111111 11001110 1 100110 0 10011 100101010 101101 1000001

Color Harmonies of #CB7FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FCE

Black with #CB7FCE

Text Example


Text Example

White with #CB7FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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