Html Css Color HEX #CC7FDA Orchid

📋 copy color: '#CC7FDA'

red 204 ◦ green 127 ◦ blue 218

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

Shades of Orchid #CC7FDA

Tints of Orchid #CC7FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 37.16%
G = 23.13%
B = 39.71%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC7FDA (or 0xCC7FDA) is known color: Orchid. HEX triplet: CC, 7F and DA. RGB value is (204,127,218). Sum of RGB (Red+Green+Blue) = 204+127+218=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FDA is #338025. Grayscale: #A0A0A0. Windows color (decimal): -3375142 or 14319564. OLE color: 14319564.

HSL color Cylindrical-coordinate representation of color #CC7FDA: hue angle of 290.77º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7FDA is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 127 218 -
CMYK 0.06 0.42 0 0.15
HSL 290.77º 0.55% 0.68% -
HSV(B) 290.77º 0.42% 0.85% -
XYZ 45.15 33.08 70.33 -
YUV 160.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 204 127 218 0.06 0.42 0 0.15 290.77 0.55 0.68
Hex CC 7F DA 6 2A 0 F 123 37 44
Octal 314 177 332 6 52 0 17 443 67 104
Binary 11001100 1111111 11011010 110 101010 0 1111 100100011 110111 1000100

Color Harmonies of #CC7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FDA

Black with #CC7FDA

Text Example


Text Example

White with #CC7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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