Html Css Color HEX #CF6EC8 Orchid

📋 copy color: '#CF6EC8'

red 207 ◦ green 110 ◦ blue 200

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

Shades of Orchid #CF6EC8

Tints of Orchid #CF6EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.68%

R = 40.04%
G = 21.28%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF6EC8 (or 0xCF6EC8) is known color: Orchid. HEX triplet: CF, 6E and C8. RGB value is (207,110,200). Sum of RGB (Red+Green+Blue) = 207+110+200=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EC8 is #309137. Grayscale: #959595. Windows color (decimal): -3182904 or 13135567. OLE color: 13135567.

HSL color Cylindrical-coordinate representation of color #CF6EC8: hue angle of 304.33º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6EC8 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 110 200 -
CMYK 0 0.47 0.03 0.19
HSL 304.33º 0.5% 0.62% -
HSV(B) 304.33º 0.47% 0.81% -
XYZ 41.73 28.59 57.96 -
YUV 149.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 207 110 200 0 0.47 0.03 0.19 304.33 0.5 0.62
Hex CF 6E C8 0 2F 3 13 130 32 3E
Octal 317 156 310 0 57 3 23 460 62 76
Binary 11001111 1101110 11001000 0 101111 11 10011 100110000 110010 111110

Color Harmonies of #CF6EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EC8

Black with #CF6EC8

Text Example


Text Example

White with #CF6EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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