Html Css Color HEX #CC69E4 Orchid

📋 copy color: '#CC69E4'

red 204 ◦ green 105 ◦ blue 228

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

Shades of Orchid #CC69E4

Tints of Orchid #CC69E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.46%

R = 37.99%
G = 19.55%
B = 42.46%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC69E4 (or 0xCC69E4) is known color: Orchid. HEX triplet: CC, 69 and E4. RGB value is (204,105,228). Sum of RGB (Red+Green+Blue) = 204+105+228=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC69E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69E4 is #33961B. Grayscale: #949494. Windows color (decimal): -3380764 or 14969292. OLE color: 14969292.

HSL color Cylindrical-coordinate representation of color #CC69E4: hue angle of 288.29º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC69E4 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 105 228 -
CMYK 0.11 0.54 0 0.11
HSL 288.29º 0.69% 0.65% -
HSV(B) 288.29º 0.54% 0.89% -
XYZ 43.96 28.54 76.59 -
YUV 148.62 172.8 167.5 -
System Red Green Blue C M Y K H S L
Decimal 204 105 228 0.11 0.54 0 0.11 288.29 0.69 0.65
Hex CC 69 E4 B 36 0 B 120 45 41
Octal 314 151 344 13 66 0 13 440 105 101
Binary 11001100 1101001 11100100 1011 110110 0 1011 100100000 1000101 1000001

Color Harmonies of #CC69E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69E4

Black with #CC69E4

Text Example


Text Example

White with #CC69E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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