Html Css Color HEX #CF5EDC Orchid

📋 copy color: '#CF5EDC'

red 207 ◦ green 94 ◦ blue 220

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

Shades of Orchid #CF5EDC

Tints of Orchid #CF5EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 39.73%
G = 18.04%
B = 42.23%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF5EDC (or 0xCF5EDC) is known color: Orchid. HEX triplet: CF, 5E and DC. RGB value is (207,94,220). Sum of RGB (Red+Green+Blue) = 207+94+220=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5EDC is #30A123. Grayscale: #8D8D8D. Windows color (decimal): -3186980 or 14442191. OLE color: 14442191.

HSL color Cylindrical-coordinate representation of color #CF5EDC: hue angle of 293.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5EDC is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 94 220 -
CMYK 0.06 0.57 0 0.14
HSL 293.81º 0.64% 0.62% -
HSV(B) 293.81º 0.57% 0.86% -
XYZ 42.65 26.44 70.57 -
YUV 142.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 207 94 220 0.06 0.57 0 0.14 293.81 0.64 0.62
Hex CF 5E DC 6 39 0 E 126 40 3E
Octal 317 136 334 6 71 0 16 446 100 76
Binary 11001111 1011110 11011100 110 111001 0 1110 100100110 1000000 111110

Color Harmonies of #CF5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5EDC

Black with #CF5EDC

Text Example


Text Example

White with #CF5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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