Html Css Color HEX #CF77BC Orchid

📋 copy color: '#CF77BC'

red 207 ◦ green 119 ◦ blue 188

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

Shades of Orchid #CF77BC

Tints of Orchid #CF77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.15%

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 40.27%
G = 23.15%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF77BC (or 0xCF77BC) is known color: Orchid. HEX triplet: CF, 77 and BC. RGB value is (207,119,188). Sum of RGB (Red+Green+Blue) = 207+119+188=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77BC is #308843. Grayscale: #989898. Windows color (decimal): -3180612 or 12351439. OLE color: 12351439.

HSL color Cylindrical-coordinate representation of color #CF77BC: hue angle of 312.95º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF77BC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 188 -
CMYK 0 0.43 0.09 0.19
HSL 312.95º 0.48% 0.64% -
HSV(B) 312.95º 0.43% 0.81% -
XYZ 41.41 30.09 51.2 -
YUV 153.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 207 119 188 0 0.43 0.09 0.19 312.95 0.48 0.64
Hex CF 77 BC 0 2B 9 13 139 30 40
Octal 317 167 274 0 53 11 23 471 60 100
Binary 11001111 1110111 10111100 0 101011 1001 10011 100111001 110000 1000000

Color Harmonies of #CF77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77BC

Black with #CF77BC

Text Example


Text Example

White with #CF77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77BC; }

 p { color: rgb(207,119,188); }

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

background-color css

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

 a { background-color: rgb(207,119,188); }

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

border-color css

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

 span { border-color: rgb(207,119,188); }

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