Html Css Color HEX #CB6FDC Orchid

📋 copy color: '#CB6FDC'

red 203 ◦ green 111 ◦ blue 220

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

Shades of Orchid #CB6FDC

Tints of Orchid #CB6FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.79%

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

R = 38.01%
G = 20.79%
B = 41.2%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB6FDC (or 0xCB6FDC) is known color: Orchid. HEX triplet: CB, 6F and DC. RGB value is (203,111,220). Sum of RGB (Red+Green+Blue) = 203+111+220=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FDC is #349023. Grayscale: #969696. Windows color (decimal): -3444772 or 14446539. OLE color: 14446539.

HSL color Cylindrical-coordinate representation of color #CB6FDC: hue angle of 290.64º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6FDC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 111 220 -
CMYK 0.08 0.50 0 0.14
HSL 290.64º 0.61% 0.65% -
HSV(B) 290.64º 0.5% 0.86% -
XYZ 43.23 29.23 71.07 -
YUV 150.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 203 111 220 0.08 0.50 0 0.14 290.64 0.61 0.65
Hex CB 6F DC 8 32 0 E 123 3D 41
Octal 313 157 334 10 62 0 16 443 75 101
Binary 11001011 1101111 11011100 1000 110010 0 1110 100100011 111101 1000001

Color Harmonies of #CB6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FDC

Black with #CB6FDC

Text Example


Text Example

White with #CB6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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