Html Css Color HEX #CF70BA Orchid

📋 copy color: '#CF70BA'

red 207 ◦ green 112 ◦ blue 186

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

Shades of Orchid #CF70BA

Tints of Orchid #CF70BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 40.99%
G = 22.18%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF70BA (or 0xCF70BA) is known color: Orchid. HEX triplet: CF, 70 and BA. RGB value is (207,112,186). Sum of RGB (Red+Green+Blue) = 207+112+186=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70BA is #308F45. Grayscale: #949494. Windows color (decimal): -3182406 or 12218575. OLE color: 12218575.

HSL color Cylindrical-coordinate representation of color #CF70BA: hue angle of 313.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF70BA is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 186 -
CMYK 0 0.46 0.10 0.19
HSL 313.26º 0.5% 0.63% -
HSV(B) 313.26º 0.46% 0.81% -
XYZ 40.39 28.4 49.81 -
YUV 148.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 207 112 186 0 0.46 0.10 0.19 313.26 0.5 0.63
Hex CF 70 BA 0 2E A 13 139 32 3F
Octal 317 160 272 0 56 12 23 471 62 77
Binary 11001111 1110000 10111010 0 101110 1010 10011 100111001 110010 111111

Color Harmonies of #CF70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70BA

Black with #CF70BA

Text Example


Text Example

White with #CF70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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