Html Css Color HEX #CF70BE Orchid

📋 copy color: '#CF70BE'

red 207 ◦ green 112 ◦ blue 190

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

Shades of Orchid #CF70BE

Tints of Orchid #CF70BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 40.67%
G = 22%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF70BE (or 0xCF70BE) is known color: Orchid. HEX triplet: CF, 70 and BE. RGB value is (207,112,190). Sum of RGB (Red+Green+Blue) = 207+112+190=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70BE is #308F41. Grayscale: #959595. Windows color (decimal): -3182402 or 12480719. OLE color: 12480719.

HSL color Cylindrical-coordinate representation of color #CF70BE: hue angle of 310.74º 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 #CF70BE is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 190 -
CMYK 0 0.46 0.08 0.19
HSL 310.74º 0.5% 0.63% -
HSV(B) 310.74º 0.46% 0.81% -
XYZ 40.82 28.57 52.08 -
YUV 149.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 207 112 190 0 0.46 0.08 0.19 310.74 0.5 0.63
Hex CF 70 BE 0 2E 8 13 137 32 3F
Octal 317 160 276 0 56 10 23 467 62 77
Binary 11001111 1110000 10111110 0 101110 1000 10011 100110111 110010 111111

Color Harmonies of #CF70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70BE

Black with #CF70BE

Text Example


Text Example

White with #CF70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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