Html Css Color HEX #CF6DC8 Orchid

📋 copy color: '#CF6DC8'

red 207 ◦ green 109 ◦ blue 200

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

Shades of Orchid #CF6DC8

Tints of Orchid #CF6DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.12%

 BLUE value IS 200 (78.52% from 255) = 38.76%

R = 40.12%
G = 21.12%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF6DC8 (or 0xCF6DC8) is known color: Orchid. HEX triplet: CF, 6D and C8. RGB value is (207,109,200). Sum of RGB (Red+Green+Blue) = 207+109+200=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DC8 is #309237. Grayscale: #949494. Windows color (decimal): -3183160 or 13135311. OLE color: 13135311.

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

Color convert

RGB 207 109 200 -
CMYK 0 0.47 0.03 0.19
HSL 304.29º 0.51% 0.62% -
HSV(B) 304.29º 0.47% 0.81% -
XYZ 41.63 28.37 57.93 -
YUV 148.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 207 109 200 0 0.47 0.03 0.19 304.29 0.51 0.62
Hex CF 6D C8 0 2F 3 13 130 33 3E
Octal 317 155 310 0 57 3 23 460 63 76
Binary 11001111 1101101 11001000 0 101111 11 10011 100110000 110011 111110

Color Harmonies of #CF6DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DC8

Black with #CF6DC8

Text Example


Text Example

White with #CF6DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DC8; }

 p { color: rgb(207,109,200); }

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

background-color css

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

 a { background-color: rgb(207,109,200); }

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

border-color css

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

 span { border-color: rgb(207,109,200); }

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