Html Css Color HEX #CC7CE4 Orchid

📋 copy color: '#CC7CE4'

red 204 ◦ green 124 ◦ blue 228

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

Shades of Orchid #CC7CE4

Tints of Orchid #CC7CE4

RGB

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

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

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

R = 36.69%
G = 22.3%
B = 41.01%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC7CE4 (or 0xCC7CE4) is known color: Orchid. HEX triplet: CC, 7C and E4. RGB value is (204,124,228). Sum of RGB (Red+Green+Blue) = 204+124+228=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC7CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CE4 is #33831B. Grayscale: #9F9F9F. Windows color (decimal): -3375900 or 14974156. OLE color: 14974156.

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

Color convert

RGB 204 124 228 -
CMYK 0.11 0.46 0 0.11
HSL 286.15º 0.66% 0.69% -
HSV(B) 286.15º 0.46% 0.89% -
XYZ 46.11 32.85 77.31 -
YUV 159.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 204 124 228 0.11 0.46 0 0.11 286.15 0.66 0.69
Hex CC 7C E4 B 2E 0 B 11E 42 45
Octal 314 174 344 13 56 0 13 436 102 105
Binary 11001100 1111100 11100100 1011 101110 0 1011 100011110 1000010 1000101

Color Harmonies of #CC7CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CE4

Black with #CC7CE4

Text Example


Text Example

White with #CC7CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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