Html Css Color HEX #CF6BBE Orchid

📋 copy color: '#CF6BBE'

red 207 ◦ green 107 ◦ blue 190

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

Shades of Orchid #CF6BBE

Tints of Orchid #CF6BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.23%

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

R = 41.07%
G = 21.23%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF6BBE (or 0xCF6BBE) is known color: Orchid. HEX triplet: CF, 6B and BE. RGB value is (207,107,190). Sum of RGB (Red+Green+Blue) = 207+107+190=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BBE is #309441. Grayscale: #929292. Windows color (decimal): -3183682 or 12479439. OLE color: 12479439.

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

Color convert

RGB 207 107 190 -
CMYK 0 0.48 0.08 0.19
HSL 310.2º 0.51% 0.62% -
HSV(B) 310.2º 0.48% 0.81% -
XYZ 40.28 27.5 51.9 -
YUV 146.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 207 107 190 0 0.48 0.08 0.19 310.2 0.51 0.62
Hex CF 6B BE 0 30 8 13 136 33 3E
Octal 317 153 276 0 60 10 23 466 63 76
Binary 11001111 1101011 10111110 0 110000 1000 10011 100110110 110011 111110

Color Harmonies of #CF6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BBE

Black with #CF6BBE

Text Example


Text Example

White with #CF6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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