Html Css Color HEX #CC69D4 Orchid

📋 copy color: '#CC69D4'

red 204 ◦ green 105 ◦ blue 212

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

Shades of Orchid #CC69D4

Tints of Orchid #CC69D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.69%

R = 39.16%
G = 20.15%
B = 40.69%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC69D4 (or 0xCC69D4) is known color: Orchid. HEX triplet: CC, 69 and D4. RGB value is (204,105,212). Sum of RGB (Red+Green+Blue) = 204+105+212=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC69D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69D4 is #33962B. Grayscale: #929292. Windows color (decimal): -3380780 or 13920716. OLE color: 13920716.

HSL color Cylindrical-coordinate representation of color #CC69D4: hue angle of 295.51º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC69D4 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 105 212 -
CMYK 0.04 0.50 0 0.17
HSL 295.51º 0.55% 0.62% -
HSV(B) 295.51º 0.5% 0.83% -
XYZ 41.84 27.69 65.43 -
YUV 146.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 204 105 212 0.04 0.50 0 0.17 295.51 0.55 0.62
Hex CC 69 D4 4 32 0 11 128 37 3E
Octal 314 151 324 4 62 0 21 450 67 76
Binary 11001100 1101001 11010100 100 110010 0 10001 100101000 110111 111110

Color Harmonies of #CC69D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69D4

Black with #CC69D4

Text Example


Text Example

White with #CC69D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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