Html Css Color HEX #CF76E5 Orchid

📋 copy color: '#CF76E5'

red 207 ◦ green 118 ◦ blue 229

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

Shades of Orchid #CF76E5

Tints of Orchid #CF76E5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.3%

 BLUE value IS 229 (89.84% from 255) = 41.34%

R = 37.36%
G = 21.3%
B = 41.34%

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

#CF76E5 (or 0xCF76E5) is known color: Orchid. HEX triplet: CF, 76 and E5. RGB value is (207,118,229). Sum of RGB (Red+Green+Blue) = 207+118+229=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76E5 is #30891A. Grayscale: #9C9C9C. Windows color (decimal): -3180827 or 15038159. OLE color: 15038159.

HSL color Cylindrical-coordinate representation of color #CF76E5: hue angle of 288.11º degrees, saturation: 0.68, 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 #CF76E5 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 118 229 -
CMYK 0.10 0.48 0 0.10
HSL 288.11º 0.68% 0.68% -
HSV(B) 288.11º 0.48% 0.9% -
XYZ 46.35 31.88 77.84 -
YUV 157.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 207 118 229 0.10 0.48 0 0.10 288.11 0.68 0.68
Hex CF 76 E5 A 30 0 A 120 44 44
Octal 317 166 345 12 60 0 12 440 104 104
Binary 11001111 1110110 11100101 1010 110000 0 1010 100100000 1000100 1000100

Color Harmonies of #CF76E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76E5

Black with #CF76E5

Text Example


Text Example

White with #CF76E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76E5; }

 p { color: rgb(207,118,229); }

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

background-color css

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

 a { background-color: rgb(207,118,229); }

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

border-color css

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

 span { border-color: rgb(207,118,229); }

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