Html Css Color HEX #CC7EDD Orchid

📋 copy color: '#CC7EDD'

red 204 ◦ green 126 ◦ blue 221

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

Shades of Orchid #CC7EDD

Tints of Orchid #CC7EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 37.02%
G = 22.87%
B = 40.11%

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

#CC7EDD (or 0xCC7EDD) is known color: Orchid. HEX triplet: CC, 7E and DD. RGB value is (204,126,221). Sum of RGB (Red+Green+Blue) = 204+126+221=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EDD is #338122. Grayscale: #9F9F9F. Windows color (decimal): -3375395 or 14515916. OLE color: 14515916.

HSL color Cylindrical-coordinate representation of color #CC7EDD: hue angle of 289.26º degrees, saturation: 0.58, 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 #CC7EDD is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 126 221 -
CMYK 0.08 0.43 0 0.13
HSL 289.26º 0.58% 0.68% -
HSV(B) 289.26º 0.43% 0.87% -
XYZ 45.41 32.98 72.38 -
YUV 160.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 204 126 221 0.08 0.43 0 0.13 289.26 0.58 0.68
Hex CC 7E DD 8 2B 0 D 121 3A 44
Octal 314 176 335 10 53 0 15 441 72 104
Binary 11001100 1111110 11011101 1000 101011 0 1101 100100001 111010 1000100

Color Harmonies of #CC7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7EDD

Black with #CC7EDD

Text Example


Text Example

White with #CC7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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