Html Css Color HEX #CF70DC Orchid

📋 copy color: '#CF70DC'

red 207 ◦ green 112 ◦ blue 220

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

Shades of Orchid #CF70DC

Tints of Orchid #CF70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.78%

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

R = 38.4%
G = 20.78%
B = 40.82%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF70DC (or 0xCF70DC) is known color: Orchid. HEX triplet: CF, 70 and DC. RGB value is (207,112,220). Sum of RGB (Red+Green+Blue) = 207+112+220=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70DC is #308F23. Grayscale: #989898. Windows color (decimal): -3182372 or 14446799. OLE color: 14446799.

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

Color convert

RGB 207 112 220 -
CMYK 0.06 0.49 0 0.14
HSL 292.78º 0.61% 0.65% -
HSV(B) 292.78º 0.49% 0.86% -
XYZ 44.44 30.02 71.16 -
YUV 152.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 207 112 220 0.06 0.49 0 0.14 292.78 0.61 0.65
Hex CF 70 DC 6 31 0 E 125 3D 41
Octal 317 160 334 6 61 0 16 445 75 101
Binary 11001111 1110000 11011100 110 110001 0 1110 100100101 111101 1000001

Color Harmonies of #CF70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70DC

Black with #CF70DC

Text Example


Text Example

White with #CF70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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