Html Css Color HEX #CC69DB Orchid

📋 copy color: '#CC69DB'

red 204 ◦ green 105 ◦ blue 219

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

Shades of Orchid #CC69DB

Tints of Orchid #CC69DB

RGB

 RED value IS 204 (80.08% from 255) = 38.64%

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 38.64%
G = 19.89%
B = 41.48%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC69DB (or 0xCC69DB) is known color: Orchid. HEX triplet: CC, 69 and DB. RGB value is (204,105,219). Sum of RGB (Red+Green+Blue) = 204+105+219=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69DB is #339624. Grayscale: #939393. Windows color (decimal): -3380773 or 14379468. OLE color: 14379468.

HSL color Cylindrical-coordinate representation of color #CC69DB: hue angle of 292.11º degrees, saturation: 0.61, 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 #CC69DB is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 105 219 -
CMYK 0.07 0.52 0 0.14
HSL 292.11º 0.61% 0.64% -
HSV(B) 292.11º 0.52% 0.86% -
XYZ 42.74 28.05 70.18 -
YUV 147.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 204 105 219 0.07 0.52 0 0.14 292.11 0.61 0.64
Hex CC 69 DB 7 34 0 E 124 3D 40
Octal 314 151 333 7 64 0 16 444 75 100
Binary 11001100 1101001 11011011 111 110100 0 1110 100100100 111101 1000000

Color Harmonies of #CC69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69DB

Black with #CC69DB

Text Example


Text Example

White with #CC69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69DB; }

 p { color: rgb(204,105,219); }

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

background-color css

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

 a { background-color: rgb(204,105,219); }

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

border-color css

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

 span { border-color: rgb(204,105,219); }

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