Html Css Color HEX #CC7AE5 Orchid

📋 copy color: '#CC7AE5'

red 204 ◦ green 122 ◦ blue 229

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

Shades of Orchid #CC7AE5

Tints of Orchid #CC7AE5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.98%

 BLUE value IS 229 (89.84% from 255) = 41.26%

R = 36.76%
G = 21.98%
B = 41.26%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC7AE5 (or 0xCC7AE5) is known color: Orchid. HEX triplet: CC, 7A and E5. RGB value is (204,122,229). Sum of RGB (Red+Green+Blue) = 204+122+229=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC7AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7AE5 is #33851A. Grayscale: #9E9E9E. Windows color (decimal): -3376411 or 15039180. OLE color: 15039180.

HSL color Cylindrical-coordinate representation of color #CC7AE5: hue angle of 285.98º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC7AE5 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 122 229 -
CMYK 0.11 0.47 0 0.10
HSL 285.98º 0.67% 0.69% -
HSV(B) 285.98º 0.47% 0.9% -
XYZ 46 32.41 77.96 -
YUV 158.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 204 122 229 0.11 0.47 0 0.10 285.98 0.67 0.69
Hex CC 7A E5 B 2F 0 A 11E 43 45
Octal 314 172 345 13 57 0 12 436 103 105
Binary 11001100 1111010 11100101 1011 101111 0 1010 100011110 1000011 1000101

Color Harmonies of #CC7AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AE5

Black with #CC7AE5

Text Example


Text Example

White with #CC7AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AE5; }

 p { color: rgb(204,122,229); }

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

background-color css

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

 a { background-color: rgb(204,122,229); }

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

border-color css

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

 span { border-color: rgb(204,122,229); }

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