Html Css Color HEX #CF6EB7 Orchid

📋 copy color: '#CF6EB7'

red 207 ◦ green 110 ◦ blue 183

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

Shades of Orchid #CF6EB7

Tints of Orchid #CF6EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.6%

R = 41.4%
G = 22%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF6EB7 (or 0xCF6EB7) is known color: Orchid. HEX triplet: CF, 6E and B7. RGB value is (207,110,183). Sum of RGB (Red+Green+Blue) = 207+110+183=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EB7 is #309148. Grayscale: #939393. Windows color (decimal): -3182921 or 12021455. OLE color: 12021455.

HSL color Cylindrical-coordinate representation of color #CF6EB7: hue angle of 314.85º 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 #CF6EB7 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 110 183 -
CMYK 0 0.47 0.12 0.19
HSL 314.85º 0.5% 0.62% -
HSV(B) 314.85º 0.47% 0.81% -
XYZ 39.86 27.84 48.07 -
YUV 147.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 207 110 183 0 0.47 0.12 0.19 314.85 0.5 0.62
Hex CF 6E B7 0 2F C 13 13B 32 3E
Octal 317 156 267 0 57 14 23 473 62 76
Binary 11001111 1101110 10110111 0 101111 1100 10011 100111011 110010 111110

Color Harmonies of #CF6EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EB7

Black with #CF6EB7

Text Example


Text Example

White with #CF6EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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