Html Css Color HEX #CF72BA Orchid

📋 copy color: '#CF72BA'

red 207 ◦ green 114 ◦ blue 186

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

Shades of Orchid #CF72BA

Tints of Orchid #CF72BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.49%

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

R = 40.83%
G = 22.49%
B = 36.69%

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

#CF72BA (or 0xCF72BA) is known color: Orchid. HEX triplet: CF, 72 and BA. RGB value is (207,114,186). Sum of RGB (Red+Green+Blue) = 207+114+186=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72BA is #308D45. Grayscale: #959595. Windows color (decimal): -3181894 or 12219087. OLE color: 12219087.

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

Color convert

RGB 207 114 186 -
CMYK 0 0.45 0.10 0.19
HSL 313.55º 0.49% 0.63% -
HSV(B) 313.55º 0.45% 0.81% -
XYZ 40.61 28.85 49.88 -
YUV 150.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 207 114 186 0 0.45 0.10 0.19 313.55 0.49 0.63
Hex CF 72 BA 0 2D A 13 13A 31 3F
Octal 317 162 272 0 55 12 23 472 61 77
Binary 11001111 1110010 10111010 0 101101 1010 10011 100111010 110001 111111

Color Harmonies of #CF72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72BA

Black with #CF72BA

Text Example


Text Example

White with #CF72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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