Html Css Color HEX #CF71BA Orchid

📋 copy color: '#CF71BA'

red 207 ◦ green 113 ◦ blue 186

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

Shades of Orchid #CF71BA

Tints of Orchid #CF71BA

RGB

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

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

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

R = 40.91%
G = 22.33%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF71BA (or 0xCF71BA) is known color: Orchid. HEX triplet: CF, 71 and BA. RGB value is (207,113,186). Sum of RGB (Red+Green+Blue) = 207+113+186=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71BA is #308E45. Grayscale: #959595. Windows color (decimal): -3182150 or 12218831. OLE color: 12218831.

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

Color convert

RGB 207 113 186 -
CMYK 0 0.45 0.10 0.19
HSL 313.4º 0.49% 0.63% -
HSV(B) 313.4º 0.45% 0.81% -
XYZ 40.5 28.62 49.84 -
YUV 149.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 207 113 186 0 0.45 0.10 0.19 313.4 0.49 0.63
Hex CF 71 BA 0 2D A 13 139 31 3F
Octal 317 161 272 0 55 12 23 471 61 77
Binary 11001111 1110001 10111010 0 101101 1010 10011 100111001 110001 111111

Color Harmonies of #CF71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF71BA

Black with #CF71BA

Text Example


Text Example

White with #CF71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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