Html Css Color HEX #CF6CDF Orchid

📋 copy color: '#CF6CDF'

red 207 ◦ green 108 ◦ blue 223

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

Shades of Orchid #CF6CDF

Tints of Orchid #CF6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.07%

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 38.48%
G = 20.07%
B = 41.45%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF6CDF (or 0xCF6CDF) is known color: Orchid. HEX triplet: CF, 6C and DF. RGB value is (207,108,223). Sum of RGB (Red+Green+Blue) = 207+108+223=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF6CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CDF is #309320. Grayscale: #969696. Windows color (decimal): -3183393 or 14642383. OLE color: 14642383.

HSL color Cylindrical-coordinate representation of color #CF6CDF: hue angle of 291.65º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6CDF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 108 223 -
CMYK 0.07 0.52 0 0.13
HSL 291.65º 0.64% 0.65% -
HSV(B) 291.65º 0.52% 0.87% -
XYZ 44.41 29.32 73.13 -
YUV 150.71 168.8 168.15 -
System Red Green Blue C M Y K H S L
Decimal 207 108 223 0.07 0.52 0 0.13 291.65 0.64 0.65
Hex CF 6C DF 7 34 0 D 124 40 41
Octal 317 154 337 7 64 0 15 444 100 101
Binary 11001111 1101100 11011111 111 110100 0 1101 100100100 1000000 1000001

Color Harmonies of #CF6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CDF

Black with #CF6CDF

Text Example


Text Example

White with #CF6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CDF; }

 p { color: rgb(207,108,223); }

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

background-color css

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

 a { background-color: rgb(207,108,223); }

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

border-color css

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

 span { border-color: rgb(207,108,223); }

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