Html Css Color HEX #CB68DC Orchid

📋 copy color: '#CB68DC'

red 203 ◦ green 104 ◦ blue 220

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

Shades of Orchid #CB68DC

Tints of Orchid #CB68DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.73%

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

R = 38.52%
G = 19.73%
B = 41.75%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB68DC (or 0xCB68DC) is known color: Orchid. HEX triplet: CB, 68 and DC. RGB value is (203,104,220). Sum of RGB (Red+Green+Blue) = 203+104+220=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68DC is #349723. Grayscale: #929292. Windows color (decimal): -3446564 or 14444747. OLE color: 14444747.

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

Color convert

RGB 203 104 220 -
CMYK 0.08 0.53 0 0.14
HSL 291.21º 0.62% 0.64% -
HSV(B) 291.21º 0.53% 0.86% -
XYZ 42.5 27.76 70.83 -
YUV 146.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 203 104 220 0.08 0.53 0 0.14 291.21 0.62 0.64
Hex CB 68 DC 8 35 0 E 123 3E 40
Octal 313 150 334 10 65 0 16 443 76 100
Binary 11001011 1101000 11011100 1000 110101 0 1110 100100011 111110 1000000

Color Harmonies of #CB68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68DC

Black with #CB68DC

Text Example


Text Example

White with #CB68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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