Html Css Color HEX #CC7DDE Orchid

📋 copy color: '#CC7DDE'

red 204 ◦ green 125 ◦ blue 222

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

Shades of Orchid #CC7DDE

Tints of Orchid #CC7DDE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.69%

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

R = 37.02%
G = 22.69%
B = 40.29%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC7DDE (or 0xCC7DDE) is known color: Orchid. HEX triplet: CC, 7D and DE. RGB value is (204,125,222). Sum of RGB (Red+Green+Blue) = 204+125+222=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DDE is #338221. Grayscale: #9F9F9F. Windows color (decimal): -3375650 or 14581196. OLE color: 14581196.

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

Color convert

RGB 204 125 222 -
CMYK 0.08 0.44 0 0.13
HSL 288.87º 0.6% 0.68% -
HSV(B) 288.87º 0.44% 0.87% -
XYZ 45.42 32.78 73.04 -
YUV 159.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 204 125 222 0.08 0.44 0 0.13 288.87 0.6 0.68
Hex CC 7D DE 8 2C 0 D 121 3C 44
Octal 314 175 336 10 54 0 15 441 74 104
Binary 11001100 1111101 11011110 1000 101100 0 1101 100100001 111100 1000100

Color Harmonies of #CC7DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DDE

Black with #CC7DDE

Text Example


Text Example

White with #CC7DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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