Html Css Color HEX #CF6FE3 Orchid

📋 copy color: '#CF6FE3'

red 207 ◦ green 111 ◦ blue 227

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

Shades of Orchid #CF6FE3

Tints of Orchid #CF6FE3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.37%

 BLUE value IS 227 (89.06% from 255) = 41.65%

R = 37.98%
G = 20.37%
B = 41.65%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF6FE3 (or 0xCF6FE3) is known color: Orchid. HEX triplet: CF, 6F and E3. RGB value is (207,111,227). Sum of RGB (Red+Green+Blue) = 207+111+227=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF6FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FE3 is #30901C. Grayscale: #989898. Windows color (decimal): -3182621 or 14905295. OLE color: 14905295.

HSL color Cylindrical-coordinate representation of color #CF6FE3: hue angle of 289.66º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6FE3 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 111 227 -
CMYK 0.09 0.51 0 0.11
HSL 289.66º 0.67% 0.66% -
HSV(B) 289.66º 0.51% 0.89% -
XYZ 45.28 30.18 76.11 -
YUV 152.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 207 111 227 0.09 0.51 0 0.11 289.66 0.67 0.66
Hex CF 6F E3 9 33 0 B 122 43 42
Octal 317 157 343 11 63 0 13 442 103 102
Binary 11001111 1101111 11100011 1001 110011 0 1011 100100010 1000011 1000010

Color Harmonies of #CF6FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FE3

Black with #CF6FE3

Text Example


Text Example

White with #CF6FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FE3; }

 p { color: rgb(207,111,227); }

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

background-color css

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

 a { background-color: rgb(207,111,227); }

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

border-color css

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

 span { border-color: rgb(207,111,227); }

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