Html Css Color HEX #CB7FC2 Orchid

📋 copy color: '#CB7FC2'

red 203 ◦ green 127 ◦ blue 194

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

Shades of Orchid #CB7FC2

Tints of Orchid #CB7FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.02%

R = 38.74%
G = 24.24%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB7FC2 (or 0xCB7FC2) is known color: Orchid. HEX triplet: CB, 7F and C2. RGB value is (203,127,194). Sum of RGB (Red+Green+Blue) = 203+127+194=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FC2 is #34803D. Grayscale: #9D9D9D. Windows color (decimal): -3440702 or 12746699. OLE color: 12746699.

HSL color Cylindrical-coordinate representation of color #CB7FC2: hue angle of 307.11º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7FC2 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 194 -
CMYK 0 0.37 0.04 0.20
HSL 307.11º 0.42% 0.65% -
HSV(B) 307.11º 0.37% 0.8% -
XYZ 41.96 31.77 54.96 -
YUV 157.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 203 127 194 0 0.37 0.04 0.20 307.11 0.42 0.65
Hex CB 7F C2 0 25 4 14 133 2A 41
Octal 313 177 302 0 45 4 24 463 52 101
Binary 11001011 1111111 11000010 0 100101 100 10100 100110011 101010 1000001

Color Harmonies of #CB7FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FC2

Black with #CB7FC2

Text Example


Text Example

White with #CB7FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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