Html Css Color HEX #CF6EDC Orchid

📋 copy color: '#CF6EDC'

red 207 ◦ green 110 ◦ blue 220

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

Shades of Orchid #CF6EDC

Tints of Orchid #CF6EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.48%

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

R = 38.55%
G = 20.48%
B = 40.97%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF6EDC (or 0xCF6EDC) is known color: Orchid. HEX triplet: CF, 6E and DC. RGB value is (207,110,220). Sum of RGB (Red+Green+Blue) = 207+110+220=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF6EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EDC is #309123. Grayscale: #979797. Windows color (decimal): -3182884 or 14446287. OLE color: 14446287.

HSL color Cylindrical-coordinate representation of color #CF6EDC: hue angle of 292.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6EDC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 110 220 -
CMYK 0.06 0.50 0 0.14
HSL 292.91º 0.61% 0.65% -
HSV(B) 292.91º 0.5% 0.86% -
XYZ 44.23 29.58 71.09 -
YUV 151.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 207 110 220 0.06 0.50 0 0.14 292.91 0.61 0.65
Hex CF 6E DC 6 32 0 E 125 3D 41
Octal 317 156 334 6 62 0 16 445 75 101
Binary 11001111 1101110 11011100 110 110010 0 1110 100100101 111101 1000001

Color Harmonies of #CF6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EDC

Black with #CF6EDC

Text Example


Text Example

White with #CF6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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