Html Css Color HEX #CF77E1 Orchid

📋 copy color: '#CF77E1'

red 207 ◦ green 119 ◦ blue 225

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

Shades of Orchid #CF77E1

Tints of Orchid #CF77E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.83%

R = 37.57%
G = 21.6%
B = 40.83%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF77E1 (or 0xCF77E1) is known color: Orchid. HEX triplet: CF, 77 and E1. RGB value is (207,119,225). Sum of RGB (Red+Green+Blue) = 207+119+225=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF77E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77E1 is #30881E. Grayscale: #9D9D9D. Windows color (decimal): -3180575 or 14776271. OLE color: 14776271.

HSL color Cylindrical-coordinate representation of color #CF77E1: hue angle of 289.81º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF77E1 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 119 225 -
CMYK 0.08 0.47 0 0.12
HSL 289.81º 0.64% 0.67% -
HSV(B) 289.81º 0.47% 0.88% -
XYZ 45.92 31.9 74.97 -
YUV 157.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 207 119 225 0.08 0.47 0 0.12 289.81 0.64 0.67
Hex CF 77 E1 8 2F 0 C 122 40 43
Octal 317 167 341 10 57 0 14 442 100 103
Binary 11001111 1110111 11100001 1000 101111 0 1100 100100010 1000000 1000011

Color Harmonies of #CF77E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77E1

Black with #CF77E1

Text Example


Text Example

White with #CF77E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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