Html Css Color HEX #CB7BDC Orchid

📋 copy color: '#CB7BDC'

red 203 ◦ green 123 ◦ blue 220

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

Shades of Orchid #CB7BDC

Tints of Orchid #CB7BDC

RGB

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

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

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

R = 37.18%
G = 22.53%
B = 40.29%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB7BDC (or 0xCB7BDC) is known color: Orchid. HEX triplet: CB, 7B and DC. RGB value is (203,123,220). Sum of RGB (Red+Green+Blue) = 203+123+220=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7BDC is #348423. Grayscale: #9D9D9D. Windows color (decimal): -3441700 or 14449611. OLE color: 14449611.

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

Color convert

RGB 203 123 220 -
CMYK 0.08 0.44 0 0.14
HSL 289.48º 0.58% 0.67% -
HSV(B) 289.48º 0.44% 0.86% -
XYZ 44.63 32.03 71.54 -
YUV 157.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 203 123 220 0.08 0.44 0 0.14 289.48 0.58 0.67
Hex CB 7B DC 8 2C 0 E 121 3A 43
Octal 313 173 334 10 54 0 16 441 72 103
Binary 11001011 1111011 11011100 1000 101100 0 1110 100100001 111010 1000011

Color Harmonies of #CB7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7BDC

Black with #CB7BDC

Text Example


Text Example

White with #CB7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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