Html Css Color HEX #CB7BDE Orchid

📋 copy color: '#CB7BDE'

red 203 ◦ green 123 ◦ blue 222

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

Shades of Orchid #CB7BDE

Tints of Orchid #CB7BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.45%

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

R = 37.04%
G = 22.45%
B = 40.51%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB7BDE (or 0xCB7BDE) is known color: Orchid. HEX triplet: CB, 7B and DE. RGB value is (203,123,222). Sum of RGB (Red+Green+Blue) = 203+123+222=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB7BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BDE is #348421. Grayscale: #9D9D9D. Windows color (decimal): -3441698 or 14580683. OLE color: 14580683.

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

Color convert

RGB 203 123 222 -
CMYK 0.09 0.45 0 0.13
HSL 288.48º 0.6% 0.68% -
HSV(B) 288.48º 0.45% 0.87% -
XYZ 44.9 32.14 72.94 -
YUV 158.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 203 123 222 0.09 0.45 0 0.13 288.48 0.6 0.68
Hex CB 7B DE 9 2D 0 D 120 3C 44
Octal 313 173 336 11 55 0 15 440 74 104
Binary 11001011 1111011 11011110 1001 101101 0 1101 100100000 111100 1000100

Color Harmonies of #CB7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7BDE

Black with #CB7BDE

Text Example


Text Example

White with #CB7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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