Html Css Color HEX #CF70DA Orchid

📋 copy color: '#CF70DA'

red 207 ◦ green 112 ◦ blue 218

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

Shades of Orchid #CF70DA

Tints of Orchid #CF70DA

RGB

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

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

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

R = 38.55%
G = 20.86%
B = 40.6%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF70DA (or 0xCF70DA) is known color: Orchid. HEX triplet: CF, 70 and DA. RGB value is (207,112,218). Sum of RGB (Red+Green+Blue) = 207+112+218=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70DA is #308F25. Grayscale: #989898. Windows color (decimal): -3182374 or 14315727. OLE color: 14315727.

HSL color Cylindrical-coordinate representation of color #CF70DA: hue angle of 293.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF70DA is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 112 218 -
CMYK 0.05 0.49 0 0.15
HSL 293.77º 0.59% 0.65% -
HSV(B) 293.77º 0.49% 0.85% -
XYZ 44.18 29.92 69.78 -
YUV 152.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 207 112 218 0.05 0.49 0 0.15 293.77 0.59 0.65
Hex CF 70 DA 5 31 0 F 126 3B 41
Octal 317 160 332 5 61 0 17 446 73 101
Binary 11001111 1110000 11011010 101 110001 0 1111 100100110 111011 1000001

Color Harmonies of #CF70DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70DA

Black with #CF70DA

Text Example


Text Example

White with #CF70DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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