Html Css Color HEX #CB7FDC Orchid

📋 copy color: '#CB7FDC'

red 203 ◦ green 127 ◦ blue 220

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

Shades of Orchid #CB7FDC

Tints of Orchid #CB7FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40%

R = 36.91%
G = 23.09%
B = 40%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB7FDC (or 0xCB7FDC) is known color: Orchid. HEX triplet: CB, 7F and DC. RGB value is (203,127,220). Sum of RGB (Red+Green+Blue) = 203+127+220=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FDC is #348023. Grayscale: #A0A0A0. Windows color (decimal): -3440676 or 14450635. OLE color: 14450635.

HSL color Cylindrical-coordinate representation of color #CB7FDC: hue angle of 289.03º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7FDC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 127 220 -
CMYK 0.08 0.42 0 0.14
HSL 289.03º 0.57% 0.68% -
HSV(B) 289.03º 0.42% 0.86% -
XYZ 45.14 33.04 71.71 -
YUV 160.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 203 127 220 0.08 0.42 0 0.14 289.03 0.57 0.68
Hex CB 7F DC 8 2A 0 E 121 39 44
Octal 313 177 334 10 52 0 16 441 71 104
Binary 11001011 1111111 11011100 1000 101010 0 1110 100100001 111001 1000100

Color Harmonies of #CB7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FDC

Black with #CB7FDC

Text Example


Text Example

White with #CB7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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