Html Css Color HEX #CF6ADE Orchid

📋 copy color: '#CF6ADE'

red 207 ◦ green 106 ◦ blue 222

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

Shades of Orchid #CF6ADE

Tints of Orchid #CF6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.81%

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 38.69%
G = 19.81%
B = 41.5%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF6ADE (or 0xCF6ADE) is known color: Orchid. HEX triplet: CF, 6A and DE. RGB value is (207,106,222). Sum of RGB (Red+Green+Blue) = 207+106+222=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ADE is #309521. Grayscale: #959595. Windows color (decimal): -3183906 or 14576335. OLE color: 14576335.

HSL color Cylindrical-coordinate representation of color #CF6ADE: hue angle of 292.24º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6ADE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 106 222 -
CMYK 0.07 0.52 0 0.13
HSL 292.24º 0.64% 0.64% -
HSV(B) 292.24º 0.52% 0.87% -
XYZ 44.07 28.85 72.35 -
YUV 149.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 207 106 222 0.07 0.52 0 0.13 292.24 0.64 0.64
Hex CF 6A DE 7 34 0 D 124 40 40
Octal 317 152 336 7 64 0 15 444 100 100
Binary 11001111 1101010 11011110 111 110100 0 1101 100100100 1000000 1000000

Color Harmonies of #CF6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ADE

Black with #CF6ADE

Text Example


Text Example

White with #CF6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ADE; }

 p { color: rgb(207,106,222); }

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

background-color css

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

 a { background-color: rgb(207,106,222); }

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

border-color css

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

 span { border-color: rgb(207,106,222); }

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