Html Css Color HEX #CF6FCA Orchid

📋 copy color: '#CF6FCA'

red 207 ◦ green 111 ◦ blue 202

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

Shades of Orchid #CF6FCA

Tints of Orchid #CF6FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 39.81%
G = 21.35%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF6FCA (or 0xCF6FCA) is known color: Orchid. HEX triplet: CF, 6F and CA. RGB value is (207,111,202). Sum of RGB (Red+Green+Blue) = 207+111+202=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FCA is #309035. Grayscale: #959595. Windows color (decimal): -3182646 or 13266895. OLE color: 13266895.

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

Color convert

RGB 207 111 202 -
CMYK 0 0.46 0.02 0.19
HSL 303.13º 0.5% 0.62% -
HSV(B) 303.13º 0.46% 0.81% -
XYZ 42.08 28.9 59.24 -
YUV 150.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 207 111 202 0 0.46 0.02 0.19 303.13 0.5 0.62
Hex CF 6F CA 0 2E 2 13 12F 32 3E
Octal 317 157 312 0 56 2 23 457 62 76
Binary 11001111 1101111 11001010 0 101110 10 10011 100101111 110010 111110

Color Harmonies of #CF6FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FCA

Black with #CF6FCA

Text Example


Text Example

White with #CF6FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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