Html Css Color HEX #CC7FCF Orchid

📋 copy color: '#CC7FCF'

red 204 ◦ green 127 ◦ blue 207

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

Shades of Orchid #CC7FCF

Tints of Orchid #CC7FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 37.92%
G = 23.61%
B = 38.48%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC7FCF (or 0xCC7FCF) is known color: Orchid. HEX triplet: CC, 7F and CF. RGB value is (204,127,207). Sum of RGB (Red+Green+Blue) = 204+127+207=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC7FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FCF is #338030. Grayscale: #9E9E9E. Windows color (decimal): -3375153 or 13598668. OLE color: 13598668.

HSL color Cylindrical-coordinate representation of color #CC7FCF: hue angle of 297.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7FCF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 127 207 -
CMYK 0.01 0.39 0 0.19
HSL 297.75º 0.45% 0.65% -
HSV(B) 297.75º 0.39% 0.81% -
XYZ 43.75 32.52 63 -
YUV 159.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 204 127 207 0.01 0.39 0 0.19 297.75 0.45 0.65
Hex CC 7F CF 1 27 0 13 12A 2D 41
Octal 314 177 317 1 47 0 23 452 55 101
Binary 11001100 1111111 11001111 1 100111 0 10011 100101010 101101 1000001

Color Harmonies of #CC7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FCF

Black with #CC7FCF

Text Example


Text Example

White with #CC7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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