Html Css Color HEX #CC6AE0 Orchid

📋 copy color: '#CC6AE0'

red 204 ◦ green 106 ◦ blue 224

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

Shades of Orchid #CC6AE0

Tints of Orchid #CC6AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.85%

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 38.2%
G = 19.85%
B = 41.95%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC6AE0 (or 0xCC6AE0) is known color: Orchid. HEX triplet: CC, 6A and E0. RGB value is (204,106,224). Sum of RGB (Red+Green+Blue) = 204+106+224=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC6AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AE0 is #33951F. Grayscale: #949494. Windows color (decimal): -3380512 or 14707404. OLE color: 14707404.

HSL color Cylindrical-coordinate representation of color #CC6AE0: hue angle of 289.83º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6AE0 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 106 224 -
CMYK 0.09 0.53 0 0.12
HSL 289.83º 0.66% 0.65% -
HSV(B) 289.83º 0.53% 0.88% -
XYZ 43.51 28.53 73.73 -
YUV 148.75 170.47 167.41 -
System Red Green Blue C M Y K H S L
Decimal 204 106 224 0.09 0.53 0 0.12 289.83 0.66 0.65
Hex CC 6A E0 9 35 0 C 122 42 41
Octal 314 152 340 11 65 0 14 442 102 101
Binary 11001100 1101010 11100000 1001 110101 0 1100 100100010 1000010 1000001

Color Harmonies of #CC6AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6AE0

Black with #CC6AE0

Text Example


Text Example

White with #CC6AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6AE0; }

 p { color: rgb(204,106,224); }

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

background-color css

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

 a { background-color: rgb(204,106,224); }

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

border-color css

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

 span { border-color: rgb(204,106,224); }

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