Html Css Color HEX #CF6ABE Orchid

📋 copy color: '#CF6ABE'

red 207 ◦ green 106 ◦ blue 190

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

Shades of Orchid #CF6ABE

Tints of Orchid #CF6ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 41.15%
G = 21.07%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF6ABE (or 0xCF6ABE) is known color: Orchid. HEX triplet: CF, 6A and BE. RGB value is (207,106,190). Sum of RGB (Red+Green+Blue) = 207+106+190=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ABE is #309541. Grayscale: #919191. Windows color (decimal): -3183938 or 12479183. OLE color: 12479183.

HSL color Cylindrical-coordinate representation of color #CF6ABE: hue angle of 310.1º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6ABE is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 106 190 -
CMYK 0 0.49 0.08 0.19
HSL 310.1º 0.51% 0.61% -
HSV(B) 310.1º 0.49% 0.81% -
XYZ 40.18 27.29 51.87 -
YUV 145.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 207 106 190 0 0.49 0.08 0.19 310.1 0.51 0.61
Hex CF 6A BE 0 31 8 13 136 33 3D
Octal 317 152 276 0 61 10 23 466 63 75
Binary 11001111 1101010 10111110 0 110001 1000 10011 100110110 110011 111101

Color Harmonies of #CF6ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ABE

Black with #CF6ABE

Text Example


Text Example

White with #CF6ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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