Html Css Color HEX #CF6FBE Orchid

📋 copy color: '#CF6FBE'

red 207 ◦ green 111 ◦ blue 190

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

Shades of Orchid #CF6FBE

Tints of Orchid #CF6FBE

RGB

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

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

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

R = 40.75%
G = 21.85%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF6FBE (or 0xCF6FBE) is known color: Orchid. HEX triplet: CF, 6F and BE. RGB value is (207,111,190). Sum of RGB (Red+Green+Blue) = 207+111+190=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FBE is #309041. Grayscale: #949494. Windows color (decimal): -3182658 or 12480463. OLE color: 12480463.

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

Color convert

RGB 207 111 190 -
CMYK 0 0.46 0.08 0.19
HSL 310.63º 0.5% 0.62% -
HSV(B) 310.63º 0.46% 0.81% -
XYZ 40.71 28.35 52.04 -
YUV 148.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 207 111 190 0 0.46 0.08 0.19 310.63 0.5 0.62
Hex CF 6F BE 0 2E 8 13 137 32 3E
Octal 317 157 276 0 56 10 23 467 62 76
Binary 11001111 1101111 10111110 0 101110 1000 10011 100110111 110010 111110

Color Harmonies of #CF6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FBE

Black with #CF6FBE

Text Example


Text Example

White with #CF6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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