Html Css Color HEX #CF77E6 Orchid

📋 copy color: '#CF77E6'

red 207 ◦ green 119 ◦ blue 230

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

Shades of Orchid #CF77E6

Tints of Orchid #CF77E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.37%

R = 37.23%
G = 21.4%
B = 41.37%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF77E6 (or 0xCF77E6) is known color: Orchid. HEX triplet: CF, 77 and E6. RGB value is (207,119,230). Sum of RGB (Red+Green+Blue) = 207+119+230=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77E6 is #308819. Grayscale: #9D9D9D. Windows color (decimal): -3180570 or 15103951. OLE color: 15103951.

HSL color Cylindrical-coordinate representation of color #CF77E6: hue angle of 287.57º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF77E6 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 119 230 -
CMYK 0.10 0.48 0 0.10
HSL 287.57º 0.69% 0.68% -
HSV(B) 287.57º 0.48% 0.9% -
XYZ 46.61 32.17 78.62 -
YUV 157.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 207 119 230 0.10 0.48 0 0.10 287.57 0.69 0.68
Hex CF 77 E6 A 30 0 A 120 45 44
Octal 317 167 346 12 60 0 12 440 105 104
Binary 11001111 1110111 11100110 1010 110000 0 1010 100100000 1000101 1000100

Color Harmonies of #CF77E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77E6

Black with #CF77E6

Text Example


Text Example

White with #CF77E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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