Html Css Color HEX #CF6AC2 Orchid

📋 copy color: '#CF6AC2'

red 207 ◦ green 106 ◦ blue 194

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

Shades of Orchid #CF6AC2

Tints of Orchid #CF6AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 40.83%
G = 20.91%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF6AC2 (or 0xCF6AC2) is known color: Orchid. HEX triplet: CF, 6A and C2. RGB value is (207,106,194). Sum of RGB (Red+Green+Blue) = 207+106+194=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AC2 is #30953D. Grayscale: #919191. Windows color (decimal): -3183934 or 12741327. OLE color: 12741327.

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

Color convert

RGB 207 106 194 -
CMYK 0 0.49 0.06 0.19
HSL 307.72º 0.51% 0.61% -
HSV(B) 307.72º 0.49% 0.81% -
XYZ 40.62 27.47 54.2 -
YUV 146.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 207 106 194 0 0.49 0.06 0.19 307.72 0.51 0.61
Hex CF 6A C2 0 31 6 13 134 33 3D
Octal 317 152 302 0 61 6 23 464 63 75
Binary 11001111 1101010 11000010 0 110001 110 10011 100110100 110011 111101

Color Harmonies of #CF6AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6AC2

Black with #CF6AC2

Text Example


Text Example

White with #CF6AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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