Html Css Color HEX #CF71BF Orchid

📋 copy color: '#CF71BF'

red 207 ◦ green 113 ◦ blue 191

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

Shades of Orchid #CF71BF

Tints of Orchid #CF71BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.38%

R = 40.51%
G = 22.11%
B = 37.38%

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

#CF71BF (or 0xCF71BF) is known color: Orchid. HEX triplet: CF, 71 and BF. RGB value is (207,113,191). Sum of RGB (Red+Green+Blue) = 207+113+191=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF71BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71BF is #308E40. Grayscale: #959595. Windows color (decimal): -3182145 or 12546511. OLE color: 12546511.

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

Color convert

RGB 207 113 191 -
CMYK 0 0.45 0.08 0.19
HSL 310.21º 0.49% 0.63% -
HSV(B) 310.21º 0.45% 0.81% -
XYZ 41.04 28.84 52.69 -
YUV 150 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 207 113 191 0 0.45 0.08 0.19 310.21 0.49 0.63
Hex CF 71 BF 0 2D 8 13 136 31 3F
Octal 317 161 277 0 55 10 23 466 61 77
Binary 11001111 1110001 10111111 0 101101 1000 10011 100110110 110001 111111

Color Harmonies of #CF71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71BF

Black with #CF71BF

Text Example


Text Example

White with #CF71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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