Html Css Color HEX #CF6ABD Orchid

📋 copy color: '#CF6ABD'

red 207 ◦ green 106 ◦ blue 189

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

Shades of Orchid #CF6ABD

Tints of Orchid #CF6ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 41.24%
G = 21.12%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF6ABD (or 0xCF6ABD) is known color: Orchid. HEX triplet: CF, 6A and BD. RGB value is (207,106,189). Sum of RGB (Red+Green+Blue) = 207+106+189=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ABD is #309542. Grayscale: #919191. Windows color (decimal): -3183939 or 12413647. OLE color: 12413647.

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

Color convert

RGB 207 106 189 -
CMYK 0 0.49 0.09 0.19
HSL 310.69º 0.51% 0.61% -
HSV(B) 310.69º 0.49% 0.81% -
XYZ 40.07 27.25 51.29 -
YUV 145.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 207 106 189 0 0.49 0.09 0.19 310.69 0.51 0.61
Hex CF 6A BD 0 31 9 13 137 33 3D
Octal 317 152 275 0 61 11 23 467 63 75
Binary 11001111 1101010 10111101 0 110001 1001 10011 100110111 110011 111101

Color Harmonies of #CF6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ABD

Black with #CF6ABD

Text Example


Text Example

White with #CF6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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