Html Css Color HEX #CB69DC Orchid

📋 copy color: '#CB69DC'

red 203 ◦ green 105 ◦ blue 220

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

Shades of Orchid #CB69DC

Tints of Orchid #CB69DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.89%

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

R = 38.45%
G = 19.89%
B = 41.67%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB69DC (or 0xCB69DC) is known color: Orchid. HEX triplet: CB, 69 and DC. RGB value is (203,105,220). Sum of RGB (Red+Green+Blue) = 203+105+220=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69DC is #349623. Grayscale: #939393. Windows color (decimal): -3446308 or 14445003. OLE color: 14445003.

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

Color convert

RGB 203 105 220 -
CMYK 0.08 0.52 0 0.14
HSL 291.13º 0.62% 0.64% -
HSV(B) 291.13º 0.52% 0.86% -
XYZ 42.6 27.97 70.86 -
YUV 147.41 168.97 167.65 -
System Red Green Blue C M Y K H S L
Decimal 203 105 220 0.08 0.52 0 0.14 291.13 0.62 0.64
Hex CB 69 DC 8 34 0 E 123 3E 40
Octal 313 151 334 10 64 0 16 443 76 100
Binary 11001011 1101001 11011100 1000 110100 0 1110 100100011 111110 1000000

Color Harmonies of #CB69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB69DC

Black with #CB69DC

Text Example


Text Example

White with #CB69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB69DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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