Html Css Color HEX #CF6ED5 Orchid

📋 copy color: '#CF6ED5'

red 207 ◦ green 110 ◦ blue 213

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

Shades of Orchid #CF6ED5

Tints of Orchid #CF6ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 39.06%
G = 20.75%
B = 40.19%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF6ED5 (or 0xCF6ED5) is known color: Orchid. HEX triplet: CF, 6E and D5. RGB value is (207,110,213). Sum of RGB (Red+Green+Blue) = 207+110+213=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ED5 is #30912A. Grayscale: #969696. Windows color (decimal): -3182891 or 13987535. OLE color: 13987535.

HSL color Cylindrical-coordinate representation of color #CF6ED5: hue angle of 296.5º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6ED5 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 110 213 -
CMYK 0.03 0.48 0 0.16
HSL 296.5º 0.55% 0.63% -
HSV(B) 296.5º 0.48% 0.84% -
XYZ 43.32 29.22 66.31 -
YUV 150.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 207 110 213 0.03 0.48 0 0.16 296.5 0.55 0.63
Hex CF 6E D5 3 30 0 10 129 37 3F
Octal 317 156 325 3 60 0 20 451 67 77
Binary 11001111 1101110 11010101 11 110000 0 10000 100101001 110111 111111

Color Harmonies of #CF6ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ED5

Black with #CF6ED5

Text Example


Text Example

White with #CF6ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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