Html Css Color HEX #CF71BE Orchid

📋 copy color: '#CF71BE'

red 207 ◦ green 113 ◦ blue 190

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

Shades of Orchid #CF71BE

Tints of Orchid #CF71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.16%

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

R = 40.59%
G = 22.16%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF71BE (or 0xCF71BE) is known color: Orchid. HEX triplet: CF, 71 and BE. RGB value is (207,113,190). Sum of RGB (Red+Green+Blue) = 207+113+190=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71BE is #308E41. Grayscale: #959595. Windows color (decimal): -3182146 or 12480975. OLE color: 12480975.

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

Color convert

RGB 207 113 190 -
CMYK 0 0.45 0.08 0.19
HSL 310.85º 0.49% 0.63% -
HSV(B) 310.85º 0.45% 0.81% -
XYZ 40.93 28.79 52.12 -
YUV 149.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 207 113 190 0 0.45 0.08 0.19 310.85 0.49 0.63
Hex CF 71 BE 0 2D 8 13 137 31 3F
Octal 317 161 276 0 55 10 23 467 61 77
Binary 11001111 1110001 10111110 0 101101 1000 10011 100110111 110001 111111

Color Harmonies of #CF71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71BE

Black with #CF71BE

Text Example


Text Example

White with #CF71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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