Html Css Color HEX #CF6ED8 Orchid

📋 copy color: '#CF6ED8'

red 207 ◦ green 110 ◦ blue 216

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

Shades of Orchid #CF6ED8

Tints of Orchid #CF6ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 38.84%
G = 20.64%
B = 40.53%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF6ED8 (or 0xCF6ED8) is known color: Orchid. HEX triplet: CF, 6E and D8. RGB value is (207,110,216). Sum of RGB (Red+Green+Blue) = 207+110+216=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF6ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ED8 is #309127. Grayscale: #969696. Windows color (decimal): -3182888 or 14184143. OLE color: 14184143.

HSL color Cylindrical-coordinate representation of color #CF6ED8: hue angle of 294.91º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6ED8 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 110 216 -
CMYK 0.04 0.49 0 0.15
HSL 294.91º 0.58% 0.64% -
HSV(B) 294.91º 0.49% 0.85% -
XYZ 43.7 29.38 68.33 -
YUV 151.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 207 110 216 0.04 0.49 0 0.15 294.91 0.58 0.64
Hex CF 6E D8 4 31 0 F 127 3A 40
Octal 317 156 330 4 61 0 17 447 72 100
Binary 11001111 1101110 11011000 100 110001 0 1111 100100111 111010 1000000

Color Harmonies of #CF6ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ED8

Black with #CF6ED8

Text Example


Text Example

White with #CF6ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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