Html Css Color HEX #CF7FDC Orchid

📋 copy color: '#CF7FDC'

red 207 ◦ green 127 ◦ blue 220

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

Shades of Orchid #CF7FDC

Tints of Orchid #CF7FDC

RGB

 RED value IS 207 (81.25% from 255) = 37.36%

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 37.36%
G = 22.92%
B = 39.71%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF7FDC (or 0xCF7FDC) is known color: Orchid. HEX triplet: CF, 7F and DC. RGB value is (207,127,220). Sum of RGB (Red+Green+Blue) = 207+127+220=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FDC is #308023. Grayscale: #A1A1A1. Windows color (decimal): -3178532 or 14450639. OLE color: 14450639.

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

Color convert

RGB 207 127 220 -
CMYK 0.06 0.42 0 0.14
HSL 291.61º 0.57% 0.68% -
HSV(B) 291.61º 0.42% 0.86% -
XYZ 46.24 33.61 71.76 -
YUV 161.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 207 127 220 0.06 0.42 0 0.14 291.61 0.57 0.68
Hex CF 7F DC 6 2A 0 E 124 39 44
Octal 317 177 334 6 52 0 16 444 71 104
Binary 11001111 1111111 11011100 110 101010 0 1110 100100100 111001 1000100

Color Harmonies of #CF7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FDC

Black with #CF7FDC

Text Example


Text Example

White with #CF7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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