Html Css Color HEX #CC7FDF Orchid

📋 copy color: '#CC7FDF'

red 204 ◦ green 127 ◦ blue 223

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

Shades of Orchid #CC7FDF

Tints of Orchid #CC7FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 36.82%
G = 22.92%
B = 40.25%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC7FDF (or 0xCC7FDF) is known color: Orchid. HEX triplet: CC, 7F and DF. RGB value is (204,127,223). Sum of RGB (Red+Green+Blue) = 204+127+223=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FDF is #338020. Grayscale: #A0A0A0. Windows color (decimal): -3375137 or 14647244. OLE color: 14647244.

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

Color convert

RGB 204 127 223 -
CMYK 0.09 0.43 0 0.13
HSL 288.13º 0.6% 0.69% -
HSV(B) 288.13º 0.43% 0.87% -
XYZ 45.81 33.34 73.83 -
YUV 160.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 204 127 223 0.09 0.43 0 0.13 288.13 0.6 0.69
Hex CC 7F DF 9 2B 0 D 120 3C 45
Octal 314 177 337 11 53 0 15 440 74 105
Binary 11001100 1111111 11011111 1001 101011 0 1101 100100000 111100 1000101

Color Harmonies of #CC7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FDF

Black with #CC7FDF

Text Example


Text Example

White with #CC7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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