Html Css Color HEX #CB6BDC Orchid

📋 copy color: '#CB6BDC'

red 203 ◦ green 107 ◦ blue 220

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

Shades of Orchid #CB6BDC

Tints of Orchid #CB6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.19%

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

R = 38.3%
G = 20.19%
B = 41.51%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB6BDC (or 0xCB6BDC) is known color: Orchid. HEX triplet: CB, 6B and DC. RGB value is (203,107,220). Sum of RGB (Red+Green+Blue) = 203+107+220=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BDC is #349423. Grayscale: #949494. Windows color (decimal): -3445796 or 14445515. OLE color: 14445515.

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

Color convert

RGB 203 107 220 -
CMYK 0.08 0.51 0 0.14
HSL 290.97º 0.62% 0.64% -
HSV(B) 290.97º 0.51% 0.86% -
XYZ 42.8 28.38 70.93 -
YUV 148.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 203 107 220 0.08 0.51 0 0.14 290.97 0.62 0.64
Hex CB 6B DC 8 33 0 E 123 3E 40
Octal 313 153 334 10 63 0 16 443 76 100
Binary 11001011 1101011 11011100 1000 110011 0 1110 100100011 111110 1000000

Color Harmonies of #CB6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6BDC

Black with #CB6BDC

Text Example


Text Example

White with #CB6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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