Html Css Color HEX #CC7CE5 Orchid

📋 copy color: '#CC7CE5'

red 204 ◦ green 124 ◦ blue 229

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

Shades of Orchid #CC7CE5

Tints of Orchid #CC7CE5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.26%

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

R = 36.62%
G = 22.26%
B = 41.11%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC7CE5 (or 0xCC7CE5) is known color: Orchid. HEX triplet: CC, 7C and E5. RGB value is (204,124,229). Sum of RGB (Red+Green+Blue) = 204+124+229=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC7CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CE5 is #33831A. Grayscale: #9F9F9F. Windows color (decimal): -3375899 or 15039692. OLE color: 15039692.

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

Color convert

RGB 204 124 229 -
CMYK 0.11 0.46 0 0.10
HSL 285.71º 0.67% 0.69% -
HSV(B) 285.71º 0.46% 0.9% -
XYZ 46.25 32.91 78.04 -
YUV 159.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 204 124 229 0.11 0.46 0 0.10 285.71 0.67 0.69
Hex CC 7C E5 B 2E 0 A 11E 43 45
Octal 314 174 345 13 56 0 12 436 103 105
Binary 11001100 1111100 11100101 1011 101110 0 1010 100011110 1000011 1000101

Color Harmonies of #CC7CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CE5

Black with #CC7CE5

Text Example


Text Example

White with #CC7CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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