Html Css Color HEX #CC7FDE Orchid

📋 copy color: '#CC7FDE'

red 204 ◦ green 127 ◦ blue 222

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

Shades of Orchid #CC7FDE

Tints of Orchid #CC7FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

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

R = 36.89%
G = 22.97%
B = 40.14%

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

#CC7FDE (or 0xCC7FDE) is known color: Orchid. HEX triplet: CC, 7F and DE. RGB value is (204,127,222). Sum of RGB (Red+Green+Blue) = 204+127+222=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC7FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FDE is #338021. Grayscale: #A0A0A0. Windows color (decimal): -3375138 or 14581708. OLE color: 14581708.

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

Color convert

RGB 204 127 222 -
CMYK 0.08 0.43 0 0.13
HSL 288.63º 0.59% 0.68% -
HSV(B) 288.63º 0.43% 0.87% -
XYZ 45.68 33.29 73.13 -
YUV 160.85 162.51 158.78 -
System Red Green Blue C M Y K H S L
Decimal 204 127 222 0.08 0.43 0 0.13 288.63 0.59 0.68
Hex CC 7F DE 8 2B 0 D 121 3B 44
Octal 314 177 336 10 53 0 15 441 73 104
Binary 11001100 1111111 11011110 1000 101011 0 1101 100100001 111011 1000100

Color Harmonies of #CC7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FDE

Black with #CC7FDE

Text Example


Text Example

White with #CC7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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