Html Css Color HEX #CF5ED9 Orchid

📋 copy color: '#CF5ED9'

red 207 ◦ green 94 ◦ blue 217

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

Shades of Orchid #CF5ED9

Tints of Orchid #CF5ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.15%

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 39.96%
G = 18.15%
B = 41.89%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF5ED9 (or 0xCF5ED9) is known color: Orchid. HEX triplet: CF, 5E and D9. RGB value is (207,94,217). Sum of RGB (Red+Green+Blue) = 207+94+217=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF5ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ED9 is #30A126. Grayscale: #8D8D8D. Windows color (decimal): -3186983 or 14245583. OLE color: 14245583.

HSL color Cylindrical-coordinate representation of color #CF5ED9: hue angle of 295.12º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5ED9 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 94 217 -
CMYK 0.05 0.57 0 0.15
HSL 295.12º 0.62% 0.61% -
HSV(B) 295.12º 0.57% 0.85% -
XYZ 42.26 26.28 68.49 -
YUV 141.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 207 94 217 0.05 0.57 0 0.15 295.12 0.62 0.61
Hex CF 5E D9 5 39 0 F 127 3E 3D
Octal 317 136 331 5 71 0 17 447 76 75
Binary 11001111 1011110 11011001 101 111001 0 1111 100100111 111110 111101

Color Harmonies of #CF5ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5ED9

Black with #CF5ED9

Text Example


Text Example

White with #CF5ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5ED9; }

 p { color: rgb(207,94,217); }

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

background-color css

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

 a { background-color: rgb(207,94,217); }

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

border-color css

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

 span { border-color: rgb(207,94,217); }

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