Html Css Color HEX #CB7FDE Orchid

📋 copy color: '#CB7FDE'

red 203 ◦ green 127 ◦ blue 222

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

Shades of Orchid #CB7FDE

Tints of Orchid #CB7FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 36.78%
G = 23.01%
B = 40.22%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB7FDE (or 0xCB7FDE) is known color: Orchid. HEX triplet: CB, 7F and DE. RGB value is (203,127,222). Sum of RGB (Red+Green+Blue) = 203+127+222=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FDE is #348021. Grayscale: #A0A0A0. Windows color (decimal): -3440674 or 14581707. OLE color: 14581707.

HSL color Cylindrical-coordinate representation of color #CB7FDE: hue angle of 288º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7FDE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 127 222 -
CMYK 0.09 0.43 0 0.13
HSL 288º 0.59% 0.68% -
HSV(B) 288º 0.43% 0.87% -
XYZ 45.4 33.15 73.11 -
YUV 160.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 203 127 222 0.09 0.43 0 0.13 288 0.59 0.68
Hex CB 7F DE 9 2B 0 D 120 3B 44
Octal 313 177 336 11 53 0 15 440 73 104
Binary 11001011 1111111 11011110 1001 101011 0 1101 100100000 111011 1000100

Color Harmonies of #CB7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FDE

Black with #CB7FDE

Text Example


Text Example

White with #CB7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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