Html Css Color HEX #CF77E0 Orchid

📋 copy color: '#CF77E0'

red 207 ◦ green 119 ◦ blue 224

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

Shades of Orchid #CF77E0

Tints of Orchid #CF77E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 37.64%
G = 21.64%
B = 40.73%

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

#CF77E0 (or 0xCF77E0) is known color: Orchid. HEX triplet: CF, 77 and E0. RGB value is (207,119,224). Sum of RGB (Red+Green+Blue) = 207+119+224=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF77E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77E0 is #30881F. Grayscale: #9C9C9C. Windows color (decimal): -3180576 or 14710735. OLE color: 14710735.

HSL color Cylindrical-coordinate representation of color #CF77E0: hue angle of 290.29º degrees, saturation: 0.63, 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 #CF77E0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 119 224 -
CMYK 0.08 0.47 0 0.12
HSL 290.29º 0.63% 0.67% -
HSV(B) 290.29º 0.47% 0.88% -
XYZ 45.78 31.84 74.25 -
YUV 157.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 207 119 224 0.08 0.47 0 0.12 290.29 0.63 0.67
Hex CF 77 E0 8 2F 0 C 122 3F 43
Octal 317 167 340 10 57 0 14 442 77 103
Binary 11001111 1110111 11100000 1000 101111 0 1100 100100010 111111 1000011

Color Harmonies of #CF77E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77E0

Black with #CF77E0

Text Example


Text Example

White with #CF77E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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