Html Css Color HEX #CC7EDE Orchid

📋 copy color: '#CC7EDE'

red 204 ◦ green 126 ◦ blue 222

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

Shades of Orchid #CC7EDE

Tints of Orchid #CC7EDE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.83%

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 36.96%
G = 22.83%
B = 40.22%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC7EDE (or 0xCC7EDE) is known color: Orchid. HEX triplet: CC, 7E and DE. RGB value is (204,126,222). Sum of RGB (Red+Green+Blue) = 204+126+222=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EDE is #338121. Grayscale: #9F9F9F. Windows color (decimal): -3375394 or 14581452. OLE color: 14581452.

HSL color Cylindrical-coordinate representation of color #CC7EDE: hue angle of 288.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7EDE is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 126 222 -
CMYK 0.08 0.43 0 0.13
HSL 288.75º 0.59% 0.68% -
HSV(B) 288.75º 0.43% 0.87% -
XYZ 45.55 33.03 73.08 -
YUV 160.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 204 126 222 0.08 0.43 0 0.13 288.75 0.59 0.68
Hex CC 7E DE 8 2B 0 D 121 3B 44
Octal 314 176 336 10 53 0 15 441 73 104
Binary 11001100 1111110 11011110 1000 101011 0 1101 100100001 111011 1000100

Color Harmonies of #CC7EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7EDE

Black with #CC7EDE

Text Example


Text Example

White with #CC7EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7EDE; }

 p { color: rgb(204,126,222); }

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

background-color css

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

 a { background-color: rgb(204,126,222); }

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

border-color css

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

 span { border-color: rgb(204,126,222); }

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